ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / OnClientDeletingRow Property

In This Topic
    OnClientDeletingRow Property (TransposedMultiRow<T>)
    In This Topic
    Occurs when the user is deleting a selected row by pressing the Delete key (see the allowDelete property).
    Syntax
    'Declaration
     
    Public Overridable Property OnClientDeletingRow As String
    public virtual string OnClientDeletingRow {get; set;}
    Remarks
    The event handler may cancel the row deletion.
    See Also